projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e513045
)
(Abbrev Expansion): Use \s syntax in example.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Thu, 24 Jul 2003 01:54:31 +0000
(
01:54
+0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Thu, 24 Jul 2003 01:54:31 +0000
(
01:54
+0000)
lispref/abbrevs.texi
patch
|
blob
|
history
diff --git
a/lispref/abbrevs.texi
b/lispref/abbrevs.texi
index f549c38d025fd0277e42b88f7b930d2df67b6b29..e7ba0d8e8fa642cfe6c133abf5a5ca68316a538e 100644
(file)
--- a/
lispref/abbrevs.texi
+++ b/
lispref/abbrevs.texi
@@
-340,7
+340,7
@@
aborts expansion if it is not confirmed.
;; @r{acceptable; the return value has no effect on expansion.}
(defun query-if-not-space ()
- (if (/= ?\ (preceding-char))
+ (if (/= ?\
s
(preceding-char))
(if (not (y-or-n-p "Do you want to expand this abbrev? "))
(error "Not expanding this abbrev"))))
@end smallexample